home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / suprman.zip / MANUAL.DOC < prev    next >
Text File  |  1993-04-26  |  3KB  |  206 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. ------------------------------------------------------------------------------
  22.                            FIX Program - Version 1.0                            
  23. ------------------------------------------------------------------------------
  24.  
  25.                                Copyright (c) 1993                               
  26.                         Michael Abadjiev CIS 71563,3312                         
  27.  
  28.  
  29.         FIX.EXE will search your CA/Clipper 5.x LIBS and convert them to        
  30.    CA/Clipper 5.20 Libraries by replacing every occurrence of CLIPPER501 with   
  31.           CLIPPER520, therefore making them work with CA/Clipper 5.20.          
  32. The FIX Program - Version 1.0                                        Pg. 1
  33. ------------------------------------------------------------------------------
  34.  
  35.      WHAT IS FIX.PRG
  36.      ---------------
  37.  
  38.  
  39. The Fix program will replace all occurrences
  40.  
  41. of....:  CLIPPER501
  42.  
  43. with..:  CLIPPER520
  44.  
  45. This is so you don't have to recompile all of your clipper libraries.
  46.  
  47. Fix was written by: Michael Abadjiev CIS: 71563,3312
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. ------------------------------------------------------------------------------
  89. Copyright (c)1993 Michael Abadjiev                          
  90. The FIX Program - Version 1.0                                        Pg. 2
  91. ------------------------------------------------------------------------------
  92.  
  93.      INPUT LIBRARY NAME
  94.      ------------------
  95.  
  96. If you don't use the command line parameters, you will have to enter the
  97. name of the input library you wish to change.
  98.  
  99. Simple type the library name and press [enter].
  100.  
  101.      OUTPUT LIBRARY NAME
  102.      -------------------
  103.  
  104. If you don't use the command line parameters, you will have to enter the
  105. name of the output library you wish the input library to be saved to.
  106.  
  107. Simple type the library name and press [enter].
  108.  
  109.      <ESC> KEY
  110.      ---------
  111.  
  112. If you wish to abbort this program, press the [esc] Key whan it asks you
  113. for the input or output filenames.
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146. ------------------------------------------------------------------------------
  147. Copyright (c)1993 Michael Abadjiev                          
  148. The FIX Program - Version 1.0                                        Pg. 3
  149. ------------------------------------------------------------------------------
  150.  
  151.      COMMAND LINE PARAMETERS
  152.      -----------------------
  153.  
  154. You can bypass the input/output file screen by using the built-in command
  155. line parameters.
  156.  
  157. Here is the usage:
  158.  
  159. FIX Infile OutFile [enter]
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. ------------------------------------------------------------------------------
  205. Copyright (c)1993 Michael Abadjiev                          
  206.